home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmeGetTextualDragIcon.z / XmeGetTextualDragIcon
Text File  |  1998-10-30  |  4KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn - Returns an icon widget symbolizing a
  10.           textual drag operation in progress
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           #include <Xm/DragIconP.h>
  14.           WWWWiiiiddddggggeeeetttt XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn(
  15.           WWWWiiiiddddggggeeeetttt wwwwiiiiddddggggeeeetttt);
  16.  
  17.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  18.           This page documents Motif 2.1.
  19.  
  20.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  21.           The _M_o_t_i_f _S_t_y_l_e _G_u_i_d_e requires an application to display a
  22.           drag icon to symbolize a drag operation in progress.  Each
  23.           drag icon consists of a source icon, a state icon, and an
  24.           operation icon.  The source icon symbolizes the object being
  25.           dragged.  If the object being dragged is text, the standard
  26.           Motif text source icon should be displayed.  To get the
  27.           standard Motif text source icon, call XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn.
  28.           For more information about drag icons, see the _M_o_t_i_f
  29.           _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e.
  30.  
  31.           The XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn function returns the standard text
  32.           source icon widget. Typically, you assign this returned
  33.           widget as the value of the XXXXmmmmNNNNssssoooouuuurrrrcccceeeeCCCCuuuurrrrssssoooorrrrIIIIccccoooonnnn resource of
  34.           the XXXXmmmmDDDDrrrraaaaggggCCCCoooonnnntttteeeexxxxtttt widget; for example:
  35.  
  36.           drag_icon = XmeGetTextualDragIcon(w);
  37.           XtSetArg(args[n], XmNsourceCursorIcon, drag_icon), n++;
  38.           (void) XmeDragSource(w, event, args, n);
  39.  
  40.           _w_i_d_g_e_t    Specifies any widget displayed on the screen on
  41.                     which you want the source icon to appear.
  42.  
  43.      RRRREEEETTTTUUUURRRRNNNN
  44.           Returns a text source icon widget. The returned icon depends
  45.           on the value of the XXXXmmmmNNNNeeeennnnaaaabbbblllleeeeDDDDrrrraaaaggggIIIIccccoooonnnn resource of XXXXmmmmSSSSccccrrrreeeeeeeennnn.
  46.  
  47.      RRRREEEELLLLAAAATTTTEEEEDDDD
  48.           XXXXmmmmDDDDrrrraaaaggggSSSSttttaaaarrrrtttt(3), XXXXmmmmDDDDrrrraaaaggggCCCCoooonnnntttteeeexxxxtttt(3), and XXXXmmmmSSSSccccrrrreeeeeeeennnn(3).
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.